Calendar for WinForms | ComponentOne
C1.Framework Namespace / SR<T> Class / GetImage Method
Resource name.

In This Topic
    GetImage Method (SR<T>)
    In This Topic
    Gets the image of the resource with the specified name in the assembly.
    Syntax
    'Declaration
     
    
    Public Shared Function GetImage( _
       ByVal resourceName As String _
    ) As Image
    public static Image GetImage( 
       string resourceName
    )

    Parameters

    resourceName
    Resource name.

    Return Value

    The image in the resource.
    See Also